object frFuncArgForm: TfrFuncArgForm Left = 200 Top = 108 BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] BorderStyle = bsDialog Caption = 'Function arguments' ClientHeight = 242 ClientWidth = 325 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnHide = FormHide OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel2: TBevel Left = 4 Top = 92 Width = 317 Height = 109 Shape = bsFrame end object Label1: TLabel Tag = 1 Left = 12 Top = 108 Width = 54 Height = 13 Caption = 'Argument 1' FocusControl = ArgEdit1 end object Label2: TLabel Tag = 2 Left = 12 Top = 140 Width = 54 Height = 13 Caption = 'Argument 2' FocusControl = ArgEdit2 end object Label3: TLabel Tag = 3 Left = 12 Top = 172 Width = 54 Height = 13 Caption = 'Argument 3' FocusControl = ArgEdit3 end object Bevel1: TBevel Left = 4 Top = 6 Width = 317 Height = 76 end object DescrLabel: TLabel Left = 7 Top = 25 Width = 311 Height = 54 AutoSize = False Caption = 'DescrLabel' Color = clInfoBk ParentColor = False WordWrap = True end object FuncLabel: TLabel Left = 7 Top = 9 Width = 311 Height = 15 AutoSize = False Caption = 'FuncLabel' Color = clWhite Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentColor = False ParentFont = False end object Button1: TButton Left = 166 Top = 212 Width = 75 Height = 25 HelpContext = 40 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 3 end object Button2: TButton Left = 246 Top = 212 Width = 75 Height = 25 HelpContext = 50 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 4 end object ArgEdit1: TfrComboEdit Tag = 1 Left = 100 Top = 104 Width = 209 Height = 21 HelpContext = 167 Style = csSimple ItemHeight = 13 TabOrder = 0 Glyph.Data = { D6000000424DD60000000000000076000000280000000C0000000C0000000100 0400000000006000000000000000000000000000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00707777777777 0000770777777777000077087007007700007780778007770000778087700077 0000777087007807000077780777777700007700000777770000777708777777 0000777700780777000077777000777700007777777777770000} OnButtonClick = ExprBtn1Click end object ArgEdit2: TfrComboEdit Tag = 2 Left = 100 Top = 136 Width = 209 Height = 21 HelpContext = 167 Style = csSimple ItemHeight = 13 TabOrder = 1 Glyph.Data = { D6000000424DD60000000000000076000000280000000C0000000C0000000100 0400000000006000000000000000000000000000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00707777777777 0000770777777777000077087007007700007780778007770000778087700077 0000777087007807000077780777777700007700000777770000777708777777 0000777700780777000077777000777700007777777777770000} OnButtonClick = ExprBtn1Click end object ArgEdit3: TfrComboEdit Tag = 3 Left = 100 Top = 168 Width = 209 Height = 21 HelpContext = 167 Style = csSimple ItemHeight = 13 TabOrder = 2 Glyph.Data = { D6000000424DD60000000000000076000000280000000C0000000C0000000100 0400000000006000000000000000000000000000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00707777777777 0000770777777777000077087007007700007780778007770000778087700077 0000777087007807000077780777777700007700000777770000777708777777 0000777700780777000077777000777700007777777777770000} OnButtonClick = ExprBtn1Click end end